home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung / Power-Programmierung (Tewi)(1994).iso / magazine / aijournl / 1986_10 / smallx5.bbs < prev    next >
File List  |  1986-04-14  |  2KB  |  33 lines

  1.  
  2.                         Small-X Commands
  3.  
  4.  
  5.      RULES          Switch to RULES mode
  6.      STM            Switch to STM mode
  7.      DOS            Switch to DOS mode
  8.      CLEAR          Clear rule memory or STM
  9.      ENGINE         Invoke the inference engine
  10.      LIST           List rule memory or STM
  11.      MEMORIZE       Store current set of rules in a DOS disk file
  12.      REMEMBER       Restore the current set of rules from a DOS
  13.                          disk file
  14.      SAVE           Store STM in a DOS disk file
  15.      READ           Restore STM from a DOS disk file
  16.      DELETE         Delete a single rule by name
  17.      SHOW           List a single rule by name
  18.      STEP/NOSTEP    Turn on and off the single step mode of
  19.                          execution of the inference engine
  20.      TRACE/NOTRACE  Turn on and off the trace mode of execution
  21.                          of the inference engine
  22.      STORAGE        Display the amount of free storage for rules
  23.                          and STM
  24.      HELP           Obtain help for a particular small-X command
  25.      EXIT           Exit the small-X system
  26.      CSAVE/CLOAD    Store and recall rules in a partially
  27.                          compiled form
  28.      FORWARD        Use the forward-chaining inference technique
  29.      BACKWARD       Use the backward-chaining technique
  30.      GOAL           Set the desired goal for the backward-
  31.                          chaining technique
  32.  
  33.